home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / Papers / aSEPiA example source / Application / source / PrintingConstants.h < prev   
Encoding:
Text File  |  1999-06-25  |  530 b   |  13 lines  |  [TEXT/CWIE]

  1. // =================================================================================
  2. //    DocumentsConstants.h            ©1995-1997 Metrowerks Inc. All rights reserved.
  3. // =================================================================================
  4.  
  5. #pragma once
  6.  
  7. const PP_PowerPlant::ResIDT        PPob_TextWindow                    = 1000;
  8. const PP_PowerPlant::PaneIDT    kTextScroller                    = 1;
  9. const PP_PowerPlant::PaneIDT    kTextView                        = 2;
  10.  
  11. const PP_PowerPlant::ResIDT        PPob_TextPrintout                = 1100;
  12. const PP_PowerPlant::PaneIDT    kTextPlaceholder                = 1;
  13.